<Schema name="DTMDeviceStatusSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:fdt="x-schema:FDTDataTypesSchema.xml">
	<!--Definition of Attributes-->
	<AttributeType name="deviceInitiatedCommunication" dt:type="boolean"/>                           
	<ElementType name="DtmDeviceStatus" content="mixed" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<attribute type="fdt:statusFlag" required="yes"/>
		<attribute type="deviceInitiatedCommunication" required="no"/>                                           
		<element type="fdt:StatusInformation" minOccurs="0" maxOccurs="1"/>
	</ElementType>
	<ElementType name="FDT" content="eltOnly" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<element type="DtmDeviceStatus" minOccurs="1" maxOccurs="1"/>
	</ElementType>
</Schema>
